[
  {
    "$id": "1",
    "CustomerName": "Usman Aziz",
    "ShippingAddress": "Quette House, Park Road, ISB",
    "CustomerContactNumber": "+458789",
    "Order": [
      {
        "$id": "2",
        "Customer": {
          "$ref": "1"
        },
        "Product": {
          "$id": "3",
          "ProductName": "Lenovo G50",
          "UnitInStock": 0,
          "Discount": 0,
          "ProductPrice": null
        },
        "ProductQuantity": 2,
        "Price": 480,
        "OrderDate": "2015-02-01T00:00:00",
        "OrderNumber": 0,
        "ShippingDate": "0001-01-01T00:00:00"
      },
      {
        "$id": "4",
        "Customer": {
          "$ref": "1"
        },
        "Product": {
          "$id": "5",
          "ProductName": "Pavilion G6",
          "UnitInStock": 0,
          "Discount": 0,
          "ProductPrice": null
        },
        "ProductQuantity": 1,
        "Price": 400,
        "OrderDate": "2015-10-01T00:00:00",
        "OrderNumber": 0,
        "ShippingDate": "0001-01-01T00:00:00"
      },
      {
        "$id": "6",
        "Customer": {
          "$ref": "1"
        },
        "Product": {
          "$id": "7",
          "ProductName": "Nexus 5",
          "UnitInStock": 0,
          "Discount": 0,
          "ProductPrice": null
        },
        "ProductQuantity": 3,
        "Price": 320,
        "OrderDate": "2015-06-01T00:00:00",
        "OrderNumber": 0,
        "ShippingDate": "0001-01-01T00:00:00"
      }
    ],
    "Photo": "c:\\users\\acer\\documents\\visual studio 2010\\Projects\\Data\\Images\\no-photo.jpg"
  },
  {
    "$id": "8",
    "CustomerName": "Atir Tahir",
    "ShippingAddress": "Quette House, Park Road, ISB",
    "CustomerContactNumber": "+458789",
    "Order": [
      {
        "$id": "9",
        "Customer": {
          "$ref": "8"
        },
        "Product": {
          "$id": "10",
          "ProductName": "Lenovo 12",
          "UnitInStock": 0,
          "Discount": 0,
          "ProductPrice": null
        },
        "ProductQuantity": 2,
        "Price": 480,
        "OrderDate": "2015-02-01T00:00:00",
        "OrderNumber": 0,
        "ShippingDate": "0001-01-01T00:00:00"
      },
      {
        "$id": "11",
        "Customer": {
          "$ref": "8"
        },
        "Product": {
          "$id": "12",
          "ProductName": "www 5",
          "UnitInStock": 0,
          "Discount": 0,
          "ProductPrice": null
        },
        "ProductQuantity": 3,
        "Price": 320,
        "OrderDate": "2015-06-01T00:00:00",
        "OrderNumber": 0,
        "ShippingDate": "0001-01-01T00:00:00"
      }
    ],
    "Photo": "c:\\users\\acer\\documents\\visual studio 2010\\Projects\\Data\\Images\\no-photo.jpg"
  }
]